@charset "UTF-8";
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Montserrat", "Noto Sans SC", sans-serif !important;
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.5416666667%;
}
@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}
@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 4.375%;
}
@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #5F83C2;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "Montserrat";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #5F83C2;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5F83C2;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: #5F83C2;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #5F83C2;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #5F83C2;
}
.more-msl.ls {
  color: #5F83C2;
  background: transparent;
  border-color: #5F83C2;
}
.more-msl.ls:before {
  background: #5F83C2;
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  background: #5F83C2;
  color: #fff;
  font: 500 1rem/3.125rem "Noto Sans SC";
  display: inline-block;
  position: relative;
  padding: 0 3em;
  border-radius: 1.875rem;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.more-b span {
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}
.more-b::after {
  content: "";
  display: grid;
  place-items: center;
  position: absolute;
  inset: 0;
  background-color: #000;
  font-family: inherit;
  -webkit-clip-path: circle(50% at -100% 0);
          clip-path: circle(50% at -100% 0);
  -webkit-transition: -webkit-clip-path 400ms linear;
  transition: -webkit-clip-path 400ms linear;
  -o-transition: clip-path 400ms linear;
  -moz-transition: clip-path 400ms linear;
  transition: clip-path 400ms linear;
  transition: clip-path 400ms linear, -webkit-clip-path 400ms linear;
  font-size: 1.2rem;
  font-weight: 600;
}
.more-b:hover {
  color: #fff;
}
.more-b:hover::after {
  -webkit-clip-path: circle(200% at 0 0);
          clip-path: circle(200% at 0 0);
}
.more-b.hs {
  background: transparent;
  color: #8A8A8A;
  border: 1px solid #8A8A8A;
}
.more-b.hs::after {
  background: #5F83C2;
}
.more-b.hs:hover {
  color: #fff;
  border-color: #5F83C2;
}
.more-b.bs {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.more-b.bs::after {
  background: #fff;
}
.more-b.bs:hover {
  color: #5F83C2;
}

/* 产品详情页增加版块 */
.cp-cont2 .product-catalog{
  background: url(//img-data-brwq.oss-cn-hangzhou.aliyuncs.com/zuojlt1127/uploads/20240122/949a09b76519f34598d4078d3f9dcc1c.jpg) no-repeat;
  background-position: center;
  padding: 4rem 0 4.25rem;
  /* margin-bottom: 3rem; */
  background-size: cover;
}
.cp-cont2 .product-catalog .dbt{
  color: #4C4C4C;
  font: 600 3.125rem/1.5em "Montserrat";
  position: relative;
  padding: .625rem 0;
}
.cp-cont2 .product-catalog .dbt::after{
  content: '';
  position: absolute;
  width: 5rem;
  height: 2px;
  background: #99afd6;
  bottom: 0;
  left: 0;
}
.cp-cont2 .product-catalog .nr{
  padding-top: 1rem
}
.cp-cont2 .product-catalog .list .titi{
  color: #4C4C4C;
  font: 600 1.75rem/1.5em "Montserrat";
}
.cp-cont2 .product-catalog .list{
  padding-bottom: 1.625rem;
  border-bottom: 2px solid #d1d1d1;
  padding-top: 3rem;
}
.cp-cont2 .product-catalog .col-md-6:nth-child(1){
   padding-right: 6.25rem
}
.cp-cont2 .product-catalog .col-md-6:nth-child(2){
  padding-left: 6.25rem
}
.cp-cont2 .product-catalog .col-md-6 ul{
  padding-top: .875rem;
}
.cp-cont2 .product-catalog .col-md-6 ul li{
  font-size: .925rem;
  padding: 2px 0;
  color: #2f2f2f
}




@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 67%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: 6.25rem;
  position: relative;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 4.1875rem;
}
.head .head2 .logo a img.b {
  display: none;
}
.head .head2 .zywena {
  margin-left: 1em;
  margin-right: 1rem;
  color: #FFFFFF;
  line-height: 1em;
}
.head .head2 .zywena i {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 0.5rem;
}
.head .head2 .zywena span {
  padding: 0 0.35rem;
}
.head .head2 .zywena a.a {
  color: #FFFFFF;
  font: 500 1.125rem/1em "Montserrat";
}
.head .head2 .zywena a.a:hover {
  color: rgba(255, 255, 255, 0.4);
}
.head .head2 .sska {
  line-height: 1em;
  margin-left: 1em;
}
.head .head2 .sska a {
  color: #FFFFFF;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}
.head.sticky .head2 {
  backdrop-filter: blur(14px);
  background: #fff;
}

.ny-body .head2 {
  background: #fff;
}

.sticky .head2 .logo a img.a, .ny-body .head2 .logo a img.a {
  display: none;
}
.sticky .head2 .logo a img.b, .ny-body .head2 .logo a img.b {
  display: inline-block;
}
.sticky .head2 #menu .nav_a1 li a, .ny-body .head2 #menu .nav_a1 li a {
  color: #231815;
}
.sticky .head2 #menu .nav_a1 li:hover > a, .sticky .head2 #menu .nav_a1 li.active > a, .sticky .head2 .zywena a.a:hover, .ny-body .head2 #menu .nav_a1 li:hover > a, .ny-body .head2 #menu .nav_a1 li.active > a, .ny-body .head2 .zywena a.a:hover {
  color: #5F83C2;
}
.sticky .head2 #menu .nav_a1 li > a span::after, .ny-body .head2 #menu .nav_a1 li > a span::after {
  background: #5F83C2;
}
.sticky .head2 .sska a, .sticky .head2 .zywena, .sticky .head2 .zywena i, .sticky .head2 .zywena a.a, .ny-body .head2 .sska a, .ny-body .head2 .zywena, .ny-body .head2 .zywena i, .ny-body .head2 .zywena a.a {
  color: #231815;
}

.head2:hover {
  background: #fff;
}
.head2:hover .logo a img.a {
  display: none;
}
.head2:hover .logo a img.b {
  display: inline-block;
}
.head2:hover #menu .nav_a1 li a {
  color: #231815;
}
.head2:hover #menu .nav_a1 li:hover > a, .head2:hover #menu .nav_a1 li.active > a, .head2:hover .zywena a.a:hover {
  color: #5F83C2;
}
.head2:hover #menu .nav_a1 li > a span::after {
  background: #5F83C2;
}
.head2:hover .sska a, .head2:hover .zywena, .head2:hover .zywena i, .head2:hover .zywena a.a {
  color: #231815;
}

#menu {
  margin-right: 1vw;
}
#menu .nav_a1 li {
  float: left;
}
#menu .nav_a1 li a {
  color: #FFFFFF;
  font-family: "Montserrat";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1.65rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 500;
  display: block;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 500 1rem/1.5em "Montserrat";
  padding: 0.2em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: #5F83C2;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid rgba(35, 24, 21, 0.2);
}
#menu .nav_a1 li .sec1 .seccd_v1 > div {
  width: 33.3333333333%;
}
#menu .nav_a1 li .sec1 .seccd_v1 .weh-a {
  width: 100%;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b1 {
  padding: 0 5.2083333333%;
  min-height: -webkit-calc(100vh - 6.25rem);
  min-height: -moz-calc(100vh - 6.25rem);
  min-height: calc(100vh - 6.25rem);
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b1 .tit {
  color: #231815;
  font: 500 3.125rem/1.1em "Montserrat";
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b1 .er-asa {
  margin-top: 3rem;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b1 .er-asa a {
  border: 1px solid #E2E2E2;
  padding: 1rem 6%;
  border-radius: 3.5rem;
  margin-top: 1.625rem;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b1 .er-asa a span {
  color: #231815;
  font: 500 1.35rem/1.5em "Montserrat";
  width: -webkit-calc(90% - 3rem);
  width: -moz-calc(90% - 3rem);
  width: calc(90% - 3rem);
  display: block;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b1 .er-asa a .fas {
  background: #5F83C2;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b1 .er-asa a .fas i {
  color: #fff;
  font-size: 0.75rem;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b1 .er-asa a.on {
  background: #5F83C2;
  border-color: #5F83C2;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b1 .er-asa a.on span {
  color: #fff;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b1 .er-asa a.on .fas {
  background: #fff;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b1 .er-asa a.on .fas i {
  color: #5F83C2;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b2 {
  border-left: 1px solid #D4D4D4;
  padding: 0 5.2083333333%;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b2 .ttz .r_aht + .r_aht {
  margin-top: 1.5rem;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b2 .ttz .r_aht a {
  border: 1px solid #E2E2E2;
  color: #666666;
  font: 500 1.125rem/1.15em "Montserrat";
  padding: 0.9rem 1.5rem;
  border-radius: 3rem;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b2 .ttz .r_aht a span {
  width: 90%;
  display: block;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b2 .ttz .r_aht a i {
  color: #666666;
  font: 600 1rem/1.5em "Montserrat";
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b2 .ttz .r_aht a:hover {
  color: #5F83C2;
  background: #f2f2f2;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b2 .ttz .r_aht a:hover i {
  color: #5F83C2;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b3 {
  background: #F4F4F5;
  padding: 4rem 1%;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b3 .seccd_b3v1 .img {
  display: block;
  font-size: 0;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b3 .seccd_b3v1 .img img {
  width: 100%;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b3 .seccd_b3v1 .moreas a.more-b {
  font-size: 1rem;
  padding: 0;
  width: 11.25rem;
  text-align: center;
  color: #ADADAD;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b3 .seccd_b3v1 .moreas a.more-b + .more-b {
  margin-left: 1rem;
}
#menu .nav_a1 li .sec1 .seccd_v1 .seccd_b3 .seccd_b3v1 .moreas a.more-b:hover {
  color: #fff;
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #fff;
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgb(255, 255, 255);
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.search-con:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li .wehaskk > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li .wehaskk > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Montserrat";
  font-weight: 500;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Montserrat";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li .wehaskk > a, .m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img #myvideo {
    display: none;
  }
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    width: 100%;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 1.25rem/1.25em "Montserrat";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.pc-banner .mySwipera .banwez1 .tit::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 0.5rem;
  background: #5F83C2;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 1rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 700 3.4375rem/1.25em "Montserrat";
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 2rem;
    margin-top: 0.25em;
  }
}
.pc-banner .mySwipera .banwez1 .p1 {
  font: 700 3rem/1.25em "Montserrat";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p1 {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}
.kajjt {
  display: block;
  text-align: center;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 3%;
  z-index: 9;
  color: #FFFFFF;
  font: 500 0.875rem/1.5em "Montserrat";
}
.kajjt:hover {
  color: #FFFFFF;
}
.kajjt img.a {
  width: 1rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .kajjt {
    bottom: 1%;
  }
  .kajjt img.a {
    width: 0.85rem;
  }
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.gong-p {
  color: #626262;
  font: 500 1.125rem/1.6em "Montserrat";
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 {
  color: #231815;
  text-align: center;
  text-transform: capitalize;
}
.title1 .entit {
  color: #5F83C2;
  font: 500 1.25rem/1.5em "Montserrat";
}
@media (max-width: 768px) {
  .title1 .entit {
    font-size: 1rem;
  }
}
.title1 .tit {
  font: 700 3.125rem/1.25em "Montserrat";
  padding: 0 12%;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 2rem;
    padding: 0;
  }
}
.title1 .tit::after {
  content: "";
  display: block;
  background: #5F83C2;
  width: 5rem;
  height: 1px;
  margin: 0.5rem auto 0;
}
@media (max-width: 768px) {
  .title1 .tit {
    padding: 0;
  }
}
.title1.bs {
  color: #fff;
}
.title1.bs .entit {
  color: #fff;
}
.title1.bs .tit::after {
  background: #fff;
}

.cont1 {
  padding: 7.1875rem 0;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}
.cont1 .mySwiper1 {
  margin-top: 5rem;
  overflow: visible;
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 {
    margin-top: 1.5rem;
  }
}
.cont1 .mySwiper1 .swiper-slide {
  width: 48.5%;
  position: relative;
}
.cont1 .mySwiper1 .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1rem;
  height: 2rem;
  background: transparent;
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide {
    width: 100%;
  }
  .cont1 .mySwiper1 .swiper-slide::after {
    display: none;
  }
  .cont1 .mySwiper1 .swiper-slide + .swiper-slide {
    margin-top: 1.5rem;
  }
}
.cont1 .mySwiper1 .swiper-slide a.imga {
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  -o-transition: box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -o-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  -moz-transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -moz-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -moz-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), -o-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide a.imga {
    border-radius: 0;
  }
}
.cont1 .mySwiper1 .swiper-slide a.imga u {
  display: block;
  font-size: 0;
  padding-bottom: 67.2106824926%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide a.imga u {
    border-radius: 1rem;
    overflow: hidden;
  }
}
.cont1 .mySwiper1 .swiper-slide a.imga u > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cont1 .mySwiper1 .swiper-slide a.imga u img {
  width: 100%;
}
.cont1 .mySwiper1 .swiper-slide a.imga .cont-p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2.5rem;
  padding: 0 8%;
  color: #fff;
  -webkit-transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  -o-transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -o-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  -moz-transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -moz-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -moz-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -o-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  -webkit-transform: translateY(3.8rem);
     -moz-transform: translateY(3.8rem);
      -ms-transform: translateY(3.8rem);
       -o-transform: translateY(3.8rem);
          transform: translateY(3.8rem);
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide a.imga .cont-p {
    position: static;
    padding: 0;
    margin-top: 1rem;
    color: #231815;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.cont1 .mySwiper1 .swiper-slide a.imga .cont-p .tit {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5em;
  text-transform: capitalize;
  -webkit-transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  -o-transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -o-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  -moz-transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -moz-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -moz-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -o-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide a.imga .cont-p .tit {
    font-size: 1.25rem;
  }
}
.cont1 .mySwiper1 .swiper-slide a.imga .cont-p .txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  opacity: 0;
  -webkit-transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  -o-transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -o-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  -moz-transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -moz-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -moz-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), -o-transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide a.imga .cont-p .txt {
    opacity: 1;
  }
}
.cont1 .mySwiper1 .swiper-slide a.imga .cont-p .txt::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 2px;
  background: #5F83C2;
  margin-top: 0.65rem;
}
.cont1 .mySwiper1 .swiper-slide a.imga:hover {
  -webkit-transform: translateY(-0.625rem);
     -moz-transform: translateY(-0.625rem);
      -ms-transform: translateY(-0.625rem);
       -o-transform: translateY(-0.625rem);
          transform: translateY(-0.625rem);
  box-shadow: 0 1.5625rem 3.4375rem rgba(0, 0, 0, 0.22);
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide a.imga:hover {
    box-shadow: inherit;
  }
}
.cont1 .mySwiper1 .swiper-slide a.imga:hover .cont-p {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.cont1 .mySwiper1 .swiper-slide a.imga:hover .cont-p .tit {
  -webkit-transform: translateY(-0.625rem);
     -moz-transform: translateY(-0.625rem);
      -ms-transform: translateY(-0.625rem);
       -o-transform: translateY(-0.625rem);
          transform: translateY(-0.625rem);
}
.cont1 .mySwiper1 .swiper-slide a.imga:hover .cont-p .txt {
  opacity: 1;
  -webkit-transform: translateY(-0.625rem);
     -moz-transform: translateY(-0.625rem);
      -ms-transform: translateY(-0.625rem);
       -o-transform: translateY(-0.625rem);
          transform: translateY(-0.625rem);
  -webkit-transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
  -o-transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, -o-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
  -moz-transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, -moz-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, -webkit-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, -moz-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, -o-transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
}
.cont1 .mySwiper1 .swiper-slide .more-b {
  margin-top: 1rem;
  display: none;
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide .more-b {
    display: inline-block;
    float: right;
    line-height: 2.8rem;
    padding: 0 2em;
  }
}
.cont1 .mySwiper1 .swiper-slide:nth-child(2n) a.imga .cont-p {
  color: #231815;
}
.cont1 .mySwiper1 .swiper-paginationa {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-paginationa {
    margin-top: 1rem;
  }
}
.cont1 .mySwiper1 .swiper-paginationa span {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #5F83C2;
}
.cont1 .mySwiper1 .swiper-paginationa span.swiper-pagination-bullet-active {
  background-color: #5F83C2;
}

.cont2 {
  position: relative;
}
.cont2 u {
  display: block;
  font-size: 0;
}
.cont2 u img {
  width: 100%;
}
@media (max-width: 768px) {
  .cont2 u {
    padding-bottom: 60%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .cont2 u > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.cont2 .spfnhs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cont2 .spfnhs {
    display: none;
  }
}
.cont2 .cont-p {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.cont2 .cont-p a.tcbf {
  display: block;
  font-size: 0;
  width: 6.125rem;
  margin: 0 auto;
  display: none;
}
@media (max-width: 768px) {
  .cont2 .cont-p a.tcbf {
    width: 4rem;
  }
}
.cont2 .cont-p a.tcbf img {
  width: 100%;
}
.cont2 .cont-p p {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "Montserrat";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont2 .cont-p p {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.cont3 {
  background: #F6F6F6;
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2rem 0;
  }
}
.cont3 .a3_list1 {
  border-bottom: 2px solid #D9D9D9;
}
.cont3 .a3_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 2.5rem 0 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont3 .a3_list1 li {
    width: 50%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 1rem 0 1rem;
  }
}
.cont3 .a3_list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 100%;
  height: 0.25rem;
  background: #5F83C2;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .cont3 .a3_list1 li::after {
    height: 2px;
  }
}
.cont3 .a3_list1 li a.bl i {
  display: block;
  width: 3.125rem;
  font-size: 0;
  margin: 0 auto;
}
.cont3 .a3_list1 li a.bl i img {
  width: 100%;
}
.cont3 .a3_list1 li a.bl p {
  color: #666666;
  font: 500 1rem/1.125em "Montserrat";
  padding: 0 15%;
  margin-top: 0.15rem;
}
.cont3 .a3_list1 li.on::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.cont3 .a3_list1 li.on a.bl i img {
  -webkit-filter: invert(50%) sepia(55%) saturate(440%) hue-rotate(180deg) brightness(90%) contrast(87%);
          filter: invert(50%) sepia(55%) saturate(440%) hue-rotate(180deg) brightness(90%) contrast(87%);
}
.cont3 .a3_list1 li.on a.bl p {
  color: #5F83C2;
}
.cont3 .a3_list2 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .cont3 .a3_list2 {
    margin-top: 1.25rem;
  }
}
.cont3 .a3_list2 li .cont-p .img {
  width: 42.0714285714%;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont3 .a3_list2 li .cont-p .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.cont3 .a3_list2 li .cont-p .img img {
  width: 100%;
}
.cont3 .a3_list2 li .cont-p .cont-p1 {
  width: 50.2142857143%;
}
@media (max-width: 768px) {
  .cont3 .a3_list2 li .cont-p .cont-p1 {
    width: 100%;
  }
}
.cont3 .a3_list2 li .cont-p .cont-p1 .txt {
  color: #8A8A8A;
  font: 500 1.125rem/1.5em "Montserrat";
  text-align: justify;
}
@media (max-width: 768px) {
  .cont3 .a3_list2 li .cont-p .cont-p1 .txt {
    text-align: left;
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.cont3 .a3_list2 li .cont-p .cont-p1 a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont3 .a3_list2 li .cont-p .cont-p1 a.more-b {
    margin-top: 1rem;
  }
}

.cont4 {
  padding: 9rem 0 16.25rem;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
  }
}
.cont4 .a4-v1 .a4_b1 {
  width: 35.7142857143%;
}
@media (max-width: 768px) {
  .cont4 .a4-v1 .a4_b1 {
    width: 100%;
  }
}
.cont4 .a4-v1 .a4_b1 .asj1 {
  position: relative;
}
.cont4 .a4-v1 .a4_b1 .asj1::after {
  content: "";
  display: block;
  width: 42.2%;
  height: 0.8125rem;
  background: #5F83C2;
  position: absolute;
  left: 0;
  bottom: -8%;
}
@media (max-width: 768px) {
  .cont4 .a4-v1 .a4_b1 .asj1::after {
    width: 23.2%;
    z-index: -1;
    height: 0.5rem;
  }
}
.cont4 .a4-v1 .a4_b1 .asj1 li {
  border-radius: 1rem;
  overflow: hidden;
}
.cont4 .a4-v1 .a4_b1 .asj1 li img {
  width: 100%;
}
.cont4 .a4-v1 .a4_b1 .asj1 li:nth-child(2) {
  width: 72%;
  position: absolute;
  right: -18%;
  bottom: -27%;
}
@media (max-width: 768px) {
  .cont4 .a4-v1 .a4_b1 .asj1 li:nth-child(2) {
    right: -3%;
    bottom: -5rem;
  }
}
.cont4 .a4-v1 .a4_b1 .asj1 li:nth-child(3) {
  width: 28.8%;
  position: absolute;
  right: -12%;
  top: 13%;
}
@media (max-width: 768px) {
  .cont4 .a4-v1 .a4_b1 .asj1 li:nth-child(3) {
    right: -3%;
  }
}
.cont4 .a4-v1 .a4_b2 {
  width: 50.7142857143%;
}
@media (max-width: 768px) {
  .cont4 .a4-v1 .a4_b2 {
    width: 100%;
    margin-top: 4.5rem;
  }
}
.cont4 .a4-v1 .a4_b2 .title1 {
  text-align: left;
}
.cont4 .a4-v1 .a4_b2 .title1 .tit {
  padding: 0;
}
.cont4 .a4-v1 .a4_b2 .title1 .tit::after {
  display: none;
}
.cont4 .a4-v1 .a4_b2 .cont-p {
  color: #8A8A8A;
  font: 500 1rem/1.5em "Montserrat";
  text-align: justify;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4-v1 .a4_b2 .cont-p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.cont5 {
  padding: 16.5625rem 0;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/zuojlt1127/uploads/20231127/42e23f32b88f75b2dac4a53d8ea668c9.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cont5 {
    padding: 4rem 0;
  }
}
.cont5 .a5_list1 li {
  width: 29.2857142857%;
}
@media (max-width: 768px) {
  .cont5 .a5_list1 li {
    width: 100%;
  }
  .cont5 .a5_list1 li + li {
    margin-top: 1.75rem;
  }
}
.cont5 .a5_list1 li a.a {
  display: block;
}
.cont5 .a5_list1 li a.a i {
  display: block;
  font-size: 0;
  width: 4.125rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont5 .a5_list1 li a.a i {
    width: 3.85rem;
  }
}
.cont5 .a5_list1 li a.a i img {
  width: 100%;
}
.cont5 .a5_list1 li a.a .wenata {
  text-align: center;
  color: #fff;
}
.cont5 .a5_list1 li a.a .wenata .tit {
  font: 600 1.625rem/1.5em "Montserrat";
  padding: 0.8rem 0 0.25rem;
}
@media (max-width: 768px) {
  .cont5 .a5_list1 li a.a .wenata .tit {
    font-size: 1.4rem;
    padding: 0.5rem 0 0.25rem;
  }
}
.cont5 .a5_list1 li a.a .wenata .p {
  font: 500 1rem/1.5em "Montserrat";
  text-align: left;
}

.cont6 {
  background: #F6F6F6;
  padding: 5.125rem 0 5.9375rem;
}
@media (max-width: 768px) {
  .cont6 {
    padding: 2rem 0;
  }
}
.cont6 .a6_v1 {
  margin-top: 3.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont6 .a6_v1 {
    margin-top: 1.5rem;
  }
}
.cont6 .a6_v1 .mySwiper2 {
  width: 25%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont6 .a6_v1 .mySwiper2 {
    width: 100%;
  }
}
.cont6 .a6_v1 .mySwiper2 .swiper-slide .cont-p .img {
  display: block;
  font-size: 0;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont6 .a6_v1 .mySwiper2 .swiper-slide .cont-p .img {
    width: 100%;
  }
}
.cont6 .a6_v1 .mySwiper2 .swiper-slide .cont-p .img img {
  width: 100%;
}
.cont6 .a6_v2 {
  width: 70%;
}
@media (max-width: 768px) {
  .cont6 .a6_v2 {
    width: 100%;
    margin-top: 1.5rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .cont6 .a6_v2 .cont-a1 {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 1rem;
  }
}
.cont6 .a6_v2 .cont-a1 .txt {
  color: #8A8A8A;
  font: 500 1rem/1.5em "Montserrat";
}
@media (max-width: 768px) {
  .cont6 .a6_v2 .cont-a1 .txt {
    text-align: justify;
  }
}
.cont6 .a6_v2 .cont-a1 a.more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont6 .a6_v2 .cont-a1 a.more-b {
    margin-top: 1.25rem;
  }
}
.cont6 .a6_v2 .cont-a1as2 {
  position: relative;
  padding: 0 5%;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cont6 .a6_v2 .cont-a1as2 {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
}
.cont6 .a6_v2 .mySwiper3 .swiper-slide .img {
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 71.9696969697%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border: 2px solid transparent;
}
.cont6 .a6_v2 .mySwiper3 .swiper-slide .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cont6 .a6_v2 .mySwiper3 .swiper-slide .img img {
  width: 100%;
}
.cont6 .a6_v2 .mySwiper3 .swiper-slide.swiper-slide-thumb-active .img {
  border-color: #5F83C2;
}
@media (max-width: 768px) {
  .cont6 .a6_v2 .gongt-asd {
    display: none;
  }
}
.cont6 .a6_v2 .gongt-asd > div {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  border: 1px solid #ABABAB;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
.cont6 .a6_v2 .gongt-asd > div.swiper-button-next1 {
  right: 0%;
}
.cont6 .a6_v2 .gongt-asd > div.swiper-button-prev1 {
  left: 0%;
}
.cont6 .a6_v2 .gongt-asd > div i {
  color: #ABABAB;
  font-size: 0.875rem;
}

.cont7 {
  padding: 5.75rem 0;
}
@media (max-width: 768px) {
  .cont7 {
    padding: 2rem 0;
  }
}
.cont7 .a7_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .cont7 .a7_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .cont7 .a7_list1 {
    display: block;
  }
}
.cont7 .a7_list1 li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0.375rem 0.375rem 0px rgba(191, 191, 191, 0.25);
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont7 .a7_list1 li {
    margin-top: 1.25rem;
    border-radius: 1.5rem;
  }
}
.cont7 .a7_list1 li a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont7 .a7_list1 li a.img img {
  width: 100%;
}
.cont7 .a7_list1 li .cont-p {
  padding: 1rem 4% 1.5rem;
}
.cont7 .a7_list1 li .cont-p .data {
  color: #716E6D;
  font: 500 1rem/1.5em "Montserrat";
}
.cont7 .a7_list1 li .cont-p a.name {
  color: #231815;
  font: 500 1.375rem/1.2em "Montserrat";
  margin: 0.65rem 0;
}
@media (max-width: 768px) {
  .cont7 .a7_list1 li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.cont7 .a7_list1 li .cont-p a.more-xw {
  display: block;
  color: #5F83C2;
  font: 500 1.125rem/1.5em "Montserrat";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.cont7 .a7_list1 li .cont-p a.more-xw::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #5F83C2;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
.cont7 .a7_list1 li .cont-p a.more-xw:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.cont7 a.more-b {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .cont7 a.more-b {
    margin-top: 1.5rem;
  }
}

.cont8 {
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/zuojlt1127/uploads/20231128/041bdc479155634a238b97ffcc9dd87a.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .cont8 {
    padding: 2.5rem 0;
  }
}
.cont8 .txtsa {
  color: #FFFFFF;
  font: 500 1.375rem/1.5em "Montserrat";
}
@media (max-width: 768px) {
  .cont8 .txtsa {
    font-size: 1.25rem;
  }
}
.cont8 .txtsa p {
  margin: 1rem 0 1.5rem;
}

.foot-fot {
  position: relative;
  border-top: 1px solid #BBB;
  background: #F6F6F6;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 5rem;
  border-bottom: 1px solid #C5C5C5;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #231815;
  font: 600 1.125rem/1.5em "Montserrat";
}
.foot-fot .foota1 .foot-tit a {
  color: #231815;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font: 500 1rem/2em "Montserrat";
}
.foot-fot .foota1 .dseca > a:hover {
  color: #5F83C2;
}
.foot-fot .foota1 .dseca p {
  color: #666666;
  font: 500 1rem/1.8em "Montserrat";
}
.foot-fot .foota1 .fo-a2 {
  width: 24.4285714286%;
}
.foot-fot .foota1 .fo-a2 .p {
  color: rgba(0, 0, 0, 0.5);
  font: 500 1rem/1.5em "Montserrat";
  margin-top: 1.375rem;
}
.foot-fot .foota1 .fo-a2 .social-share {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .fo-a2 .social-share a {
  color: #AEAEAE;
  background: #DFDFDF;
  border: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
}
.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: #5F83C2;
  border-color: #5F83C2;
  color: #fff;
}
.foot-fot .foota2 {
  color: rgba(0, 0, 0, 0.5);
  font: 500 1rem/1.65em "Montserrat";
  padding: 0.8em 0;
}
.foot-fot .foota2 a {
  color: rgba(0, 0, 0, 0.5);
}
.foot-fot .foota2 a:hover {
  color: #5F83C2;
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

.social-share .icon-twitter:before {
  content: "\e628";
  font-family: "iconfont" !important;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot1-m .m-bm-head-box .m-bm-navbtn span, .foot1-m .m-bm-head-box .m-bm-navbtn:after, .foot1-m .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.foot1-m .m-bm-menu {
  background: #fff;
}
.foot1-m .m-bm-nav > li, .foot1-m .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.foot1-m .m-bm-nav > li > a, .foot1-m .m-bm-nav > li .wehaskk > a, .foot1-m .m-bm-nav .aniut i, .foot1-m .m-bm-nav > li .sec a, .foot1-m .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.hidden {
  display: none;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}
.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #FFFFFF;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.zd_erha li > a i img {
  height: 1.4rem;
}
.zd_erha li > a:hover {
  background: #231815;
}
.zd_erha li > a:hover i img {
  -webkit-filter: invert(100%) sepia(6%) saturate(105%) hue-rotate(208deg) brightness(117%) contrast(100%);
          filter: invert(100%) sepia(6%) saturate(105%) hue-rotate(208deg) brightness(117%) contrast(100%);
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #5F83C2;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #5F83C2;
  border-color: #5F83C2;
  vertical-align: middle;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

.ajhhsd {
  color: #8A8A8A;
  font: 500 1rem/2rem "Montserrat";
  padding: 1em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #8A8A8A;
}
.ajhhsd a:hover {
  color: #5F83C2;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Montserrat";
  color: #333;
}
@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}
.nav-page li .sec {
  margin-top: 0.5em;
}
.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "Montserrat";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: #5F83C2;
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Montserrat";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Montserrat";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Montserrat";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #5F83C2;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Montserrat";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 500 1rem/2em "Montserrat";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 {
    bottom: 17%;
  }
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 700 5rem/1.25em "Montserrat";
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font: 500 1.875rem/1.35em "Montserrat";
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1rem;
    margin-top: 0.25rem;
    display: none;
  }
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: 6.25rem;
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Montserrat";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #5F83C2;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #5F83C2;
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: 6.25rem;
  margin-top: -6.25rem;
}

@media (max-width: 1200px){
  .cp-cont2 .product-catalog .dbt{
    font-size: 2.625rem;
  }
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.ny-tit {
  color: #231815;
  text-align: left;
  text-transform: capitalize;
}
.ny-tit .tit {
  font: 700 3.125rem/1.25em "Montserrat";
}
@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 2rem;
  }
}
.ny-tit .tit::after {
  content: "";
  display: block;
  background: #5F83C2;
  width: 5rem;
  height: 1px;
  margin: 0.5rem 0 0;
}
@media (max-width: 768px) {
  .ny-tit .tit {
    padding: 0;
  }
}
.ny-tit.bs {
  color: #fff;
}
.ny-tit.bs .tit::after {
  background: #fff;
}

.abt-cont1 {
  padding: 1rem 0 4rem;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 0 0 2rem;
  }
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1list1 {
    margin-top: 1.5rem;
  }
}
.abt-cont1 .abt-a1list1 li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1list1 li {
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1list1 li .img {
  width: 53.8571428571%;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1list1 li .img {
    width: 100%;
  }
}
.abt-cont1 .abt-a1list1 li .img img {
  width: 100%;
}
.abt-cont1 .abt-a1list1 li .txt {
  width: 41.8571428571%;
  color: #8A8A8A;
  font: 500 1rem/1.6em "Montserrat";
  text-align: justify;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1list1 li .txt {
    width: 100%;
    margin-top: 1rem;
    text-align: left;
  }
}
.abt-cont1 .abt-a1list1 li:nth-child(2n-1) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 41.8571428571%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1list1 li:nth-child(2n-1) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
}
.abt-cont1 .abt-a1list1 li:nth-child(2n-1) .txt {
  width: 53.8571428571%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1list1 li:nth-child(2n-1) .txt {
    width: 100%;
  }
}

.abt-cont2 {
  padding: 18vw 0;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/zuojlt1127/uploads/20231128/7e2d1ebe4f127d0b7d2bf768803cf87e.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 5rem 0;
    background-attachment: inherit;
  }
}
.abt-cont2 .abt-a2_v1 {
  text-align: center;
  color: #fff;
  font: 600 2.5rem/1.5em "Montserrat";
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2_v1 {
    font-size: 1.5rem;
  }
}

.abt-cont3 {
  padding: 6.25rem 0 8.75rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
  }
}
.abt-cont3 .mySwiper11a {
  margin-top: 5.3125rem;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper11a {
    margin-top: 1.5rem;
  }
}
.abt-cont3 .mySwiper11a .cont {
  background: #5F83C2;
  border-radius: 1.25rem;
  width: 42.5%;
  margin: 0 auto;
  padding: 2.5rem 3%;
  color: #fff;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper11a .cont {
    width: 100%;
    border-radius: 1rem;
    padding: 1.5rem 5%;
  }
}
.abt-cont3 .mySwiper11a .cont b {
  font: 600 3.75rem/1em "Montserrat";
  width: 33.6134453782%;
  display: block;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper11a .cont b {
    width: 100%;
    font-size: 2rem;
  }
}
.abt-cont3 .mySwiper11a .cont .p {
  font: 500 1.125rem/1.5em "Montserrat";
  width: 56.8067226891%;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper11a .cont .p {
    width: 100%;
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.abt-cont3 .ahxwas_a3 {
  position: relative;
  margin-top: 4.8125rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont3 .ahxwas_a3 {
    margin-top: 2rem;
  }
}
.abt-cont3 .ahxwas_a3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  width: 100%;
  height: 0.125rem;
  background: #D9D9D9;
  z-index: -1;
}
.abt-cont3 .ahxwas_a3 .mySwiper1a .xhasz {
  text-align: center;
  cursor: pointer;
}
.abt-cont3 .ahxwas_a3 .mySwiper1a .xhasz::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: #D9D9D9;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.abt-cont3 .ahxwas_a3 .mySwiper1a .xhasz .szxds {
  color: #8A8A8A;
  font: 500 1.325rem/1.5em "Montserrat";
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .abt-cont3 .ahxwas_a3 .mySwiper1a .xhasz .szxds {
    font-size: 1.25rem;
  }
}
.abt-cont3 .ahxwas_a3 .mySwiper1a .swiper-slide-thumb-active .xhasz::before {
  background: #5F83C2;
}
.abt-cont3 .ahxwas_a3 .mySwiper1a .swiper-slide-thumb-active .xhasz .szxds {
  color: #5F83C2;
}
@media (max-width: 768px) {
  .abt-cont3 .ahxwas_a3 .jtxas {
    display: none;
  }
}
.abt-cont3 .ahxwas_a3 .jtxas > div {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  border: 1px solid #ABABAB;
  position: absolute;
  top: 15%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.abt-cont3 .ahxwas_a3 .jtxas > div.swiper-button-next1 {
  right: -5%;
}
.abt-cont3 .ahxwas_a3 .jtxas > div.swiper-button-prev1 {
  left: -5%;
}
.abt-cont3 .ahxwas_a3 .jtxas > div i {
  color: #ABABAB;
  font-size: 0.875rem;
}
.abt-cont3 .ahxwas_a3 .jtxas > div:hover {
  background: #5F83C2;
  border-color: #5F83C2;
}
.abt-cont3 .ahxwas_a3 .jtxas > div:hover i {
  color: #fff;
}

.abt-a4b1c1 .htads-a {
  width: 10.875rem;
}
@media (max-width: 768px) {
  .abt-a4b1c1 .htads-a {
    margin-top: 1rem;
    width: 8rem;
  }
}
.abt-a4b1c1 .htads-a .swiper-button-prev1, .abt-a4b1c1 .htads-a .swiper-button-next1 {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #ABABAB;
}
@media (max-width: 768px) {
  .abt-a4b1c1 .htads-a .swiper-button-prev1, .abt-a4b1c1 .htads-a .swiper-button-next1 {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.abt-a4b1c1 .htads-a .swiper-button-prev1 i, .abt-a4b1c1 .htads-a .swiper-button-next1 i {
  color: #ABABAB;
  font-size: 1.125rem;
}
.abt-a4b1c1 .htads-a .swiper-button-prev1:hover, .abt-a4b1c1 .htads-a .swiper-button-next1:hover {
  background: #5F83C2;
  border-color: #5F83C2;
}
.abt-a4b1c1 .htads-a .swiper-button-prev1:hover i, .abt-a4b1c1 .htads-a .swiper-button-next1:hover i {
  color: #fff;
}
.abt-a4b1c1 .htads-a .swiper-pagination1 {
  color: #666666;
  font: 500 1.125rem/1.5em "Montserrat";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .abt-a4b1c1 .htads-a .swiper-pagination1 {
    font-size: 1rem;
  }
}

.abt-cont4 {
  background: #F1F1F1;
  padding: 8.4375rem 0 10rem;
}
@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2.5rem 0;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 {
  width: 65%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 {
    width: 100%;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .mySwiper4 {
  margin-top: 4.125rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 .mySwiper4 {
    margin-top: 1.8rem;
    padding: 1px;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .mySwiper4 .swiper-slide .img {
  background: #fff;
  border: 1px solid #ADADAD;
  padding: 0.75rem;
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .mySwiper4 .swiper-slide .img img {
  width: 100%;
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .mySwiper4 .swiper-slide.swiper-slide-active .img {
  border-color: #5F83C2;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 {
  width: 28.7857142857%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 {
    display: none;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .img {
  background: #fff;
  padding: 0.75rem 1.25rem;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .img img {
  width: 100%;
  border: 1px solid #ADADAD;
}

.abt-cont5 {
  padding: 5.375rem 0;
}
@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2rem 0;
  }
}
.abt-cont5 .abt-a4b1c1 .htads-a {
  width: auto;
}
.abt-cont5 .swiper-button-next1 {
  margin-left: 2rem;
}
.abt-cont5 .mySwiper5 {
  margin-top: 1rem;
  padding: 0 1px;
}
@media (max-width: 768px) {
  .abt-cont5 .mySwiper5 {
    padding: 1px;
    margin-top: 0.5rem;
  }
}
.abt-cont5 .mySwiper5 .swiper-slide .img {
  border: 1px solid #E7E7E7;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 1rem;
  padding: 0.4rem 0.8rem;
}
.abt-cont5 .mySwiper5 .swiper-slide .img img {
  width: 100%;
}

.xw-cont1 .news-list1 {
  margin-bottom: 5.5rem;
}
@media (max-width: 768px) {
  .xw-cont1 .news-list1 {
    margin-bottom: 2rem;
    display: none;
  }
}
.xw-cont1 .news-list1 li {
  background: #F5F5F5;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0px 0.375rem 0.375rem 0px rgba(191, 191, 191, 0.25);
}
@media (max-width: 768px) {
  .xw-cont1 .news-list1 li {
    border-radius: 1rem;
  }
}
.xw-cont1 .news-list1 li a.img {
  display: block;
  width: 50%;
}
@media (max-width: 768px) {
  .xw-cont1 .news-list1 li a.img {
    width: 100%;
  }
}
.xw-cont1 .news-list1 li a.img img {
  width: 100%;
}
.xw-cont1 .news-list1 li .cont-p {
  width: 50%;
  padding: 0 4%;
}
@media (max-width: 768px) {
  .xw-cont1 .news-list1 li .cont-p {
    width: 100%;
    padding: 1.5rem 5%;
  }
}
.xw-cont1 .news-list1 li .cont-p .data {
  color: #716E6D;
  font: 500 1rem/1.5em "Montserrat";
}
.xw-cont1 .news-list1 li .cont-p a.name {
  color: #231815;
  font: 500 1.375rem/1.2em "Montserrat";
  margin: 0.65rem 0;
}
.xw-cont1 .news-list1 li .cont-p a.name:hover {
  color: #5F83C2;
}
@media (max-width: 768px) {
  .xw-cont1 .news-list1 li .cont-p a.name {
    font-size: 1.25rem;
  }
}
.xw-cont1 .news-list1 li .cont-p .txt {
  color: #8A8A8A;
  font: 400 1rem/1.5em "Montserrat";
  padding-bottom: 1rem;
}
.xw-cont1 .news-list1 li .cont-p a.more-xw {
  display: block;
  color: #5F83C2;
  font: 500 1.125rem/1.5em "Montserrat";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.xw-cont1 .news-list1 li .cont-p a.more-xw::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #5F83C2;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
.xw-cont1 .news-list1 li .cont-p a.more-xw:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.xw-cont2 {
  background: #F5F5F5;
  overflow: hidden;
  padding: 4.875rem 0;
}
@media (max-width: 768px) {
  .xw-cont2 {
    padding: 1rem 0 2rem;
  }
}
.xw-cont2 .more {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .xw-cont2 .more {
    margin-top: 1.5rem;
  }
}
.xw-cont2 .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .xw-cont2 .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .xw-cont2 .news-list {
    display: block;
  }
}
.xw-cont2 .news-list li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0.375rem 0.375rem 0px rgba(191, 191, 191, 0.25);
  overflow: hidden;
}
@media (max-width: 768px) {
  .xw-cont2 .news-list li {
    margin-top: 1.25rem;
    border-radius: 1.5rem;
  }

  .cp-cont2 .product-catalog{
    background: url(//img-data-brwq.oss-cn-hangzhou.aliyuncs.com/zuojlt1127/uploads/20240123/a50af6d9c6cd0e46a1cc7ae67fce758c.jpg) no-repeat;
    background-position: center;

    background-size: cover;
  }

  .cp-cont2 .product-catalog .col-md-6:nth-child(1){
    padding-right: 15px;
  }
  .cp-cont2 .product-catalog .col-md-6:nth-child(2){
    padding-left: 15px;
  }
  .cp-cont2 .product-catalog .dbt{
    font-size: 1.625rem;
  }
  .cp-cont2 .product-catalog .list .titi{
    font-size: 1.25rem;
  }
  .cp-cont2 .product-catalog .list{
    padding-top: 2rem;
  }
  .cp-cont2 .product-catalog{
    padding: 3rem 0;
  }


}
.xw-cont2 .news-list li a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.xw-cont2 .news-list li a.img img {
  width: 100%;
}
.xw-cont2 .news-list li .cont-p {
  padding: 1rem 4% 1.5rem;
}
.xw-cont2 .news-list li .cont-p .data {
  color: #716E6D;
  font: 500 1rem/1.5em "Montserrat";
}
.xw-cont2 .news-list li .cont-p a.name {
  color: #231815;
  font: 500 1.25rem/1.2em "Montserrat";
  margin: 0.65rem 0;
}
@media (max-width: 768px) {
  .xw-cont2 .news-list li .cont-p a.name {
    font-size: 1.125rem;
  }
}
.xw-cont2 .news-list li .cont-p a.more-xw {
  display: block;
  color: #5F83C2;
  font: 500 1.125rem/1.5em "Montserrat";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.xw-cont2 .news-list li .cont-p a.more-xw::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #5F83C2;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
.xw-cont2 .news-list li .cont-p a.more-xw:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.ny-show_body {
  padding-top: 6.25rem;
}
.ny-body {
  padding-top: 6.25rem;
}

.xw-show_bja {
  border-top: 1px solid rgba(35, 24, 21, 0.2);
}
.xw-show_bja .title-a {
  color: #231815;
  font: 500 2.8125rem/1.125em "Montserrat";
}
@media (max-width: 768px) {
  .xw-show_bja .title-a {
    font-size: 1.5rem;
  }
}
.xw-show_bja .title-b {
  padding: 1.5rem 0 2rem;
  border-bottom: 1px solid #BBBBBB;
}
@media (max-width: 768px) {
  .xw-show_bja .title-b {
    padding: 1rem 0;
  }
}
.xw-show_bja .title-b .social-share a {
  color: #231815;
  background: #F6F6F6;
  border: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
}
.xw-show_bja .title-b .social-share a:hover {
  background: #5F83C2;
  border-color: #5F83C2;
  color: #fff;
}
.xw-show_bja .title-b .date-a {
  color: #716E6D;
  font: 500 1.125rem/1.5em "Montserrat";
}

.show-news-content .show-news-a1_v1 {
  padding: 3.75rem 0;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 {
    padding: 2rem 0;
  }
}
.show-news-content .show-news-a1_v1 .content {
  width: 62.4285714286%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content {
    width: 100%;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss {
  color: #8A8A8A;
  font: 500 1rem/1.5em "Montserrat";
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss img {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.show-news-content .show-news-a1_v1 .content .pain {
  border-top: 1px solid #BBBBBB;
  margin-top: 2rem;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .pain {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content .pain .shanys a {
  border: 1px solid #ADADAD;
  color: #ADADAD;
  font: 500 1rem/3.125rem "Montserrat";
  border-radius: 1.5625rem;
  width: 11.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .pain .shanys a {
    width: 10rem;
  }
}
.show-news-content .show-news-a1_v1 .content .pain .shanys a i {
  font-size: 1rem;
}
.show-news-content .show-news-a1_v1 .content .pain .shanys a:hover {
  color: #fff;
  background: #5F83C2;
  border-color: #5F83C2;
}
.show-news-content .show-news-a1_v1 .tj-lisda {
  width: 27.5%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .tj-lisda {
    display: none;
  }
}
.show-news-content .show-news-a1_v1 .tj-lisda .tit {
  color: #231815;
  font: 600 2rem/1em "Montserrat";
}
.show-news-content .show-news-a1_v1 .tj-lisda .xw_tj-list1 li {
  margin-top: 1.5rem;
}
.show-news-content .show-news-a1_v1 .tj-lisda .xw_tj-list1 li a.img {
  display: block;
  width: 34.025974026%;
  padding-bottom: 24.1558441558%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 1rem;
}
.show-news-content .show-news-a1_v1 .tj-lisda .xw_tj-list1 li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.show-news-content .show-news-a1_v1 .tj-lisda .xw_tj-list1 li a.img img {
  width: 100%;
}
.show-news-content .show-news-a1_v1 .tj-lisda .xw_tj-list1 li .cont-p {
  width: 61.2987012987%;
}
.show-news-content .show-news-a1_v1 .tj-lisda .xw_tj-list1 li .cont-p a {
  color: #8A8A8A;
  font: 500 1rem/1.25em "Montserrat";
}
.show-news-content .show-news-a1_v1 .tj-lisda .xw_tj-list1 li .cont-p a:hover {
  color: #5F83C2;
}

.case-list {
  padding: 1.5rem 0 6.25rem;
}
@media (max-width: 768px) {
  .case-list {
    padding: 0.5rem 0 2rem;
  }
}
.case-list li {
  background: #F5F5F5;
  box-shadow: 0px 0.375rem 0.375rem 0px rgba(191, 191, 191, 0.25);
  overflow: hidden;
}
.case-list li + li {
  margin-top: 2.125rem;
}
@media (max-width: 768px) {
  .case-list li + li {
    margin-top: 1.25rem;
  }
}
.case-list li .img {
  width: 50%;
}
@media (max-width: 768px) {
  .case-list li .img {
    width: 100%;
  }
}
.case-list li .img img {
  width: 100%;
}
.case-list li .cont-p {
  width: 50%;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .case-list li .cont-p {
    width: 100%;
    padding: 1.5rem 6%;
  }
}
.case-list li .cont-p u {
  display: block;
  font-size: 0;
  width: 3.125rem;
}
.case-list li .cont-p u img {
  width: 100%;
}
.case-list li .cont-p .tit {
  color: #4C4C4C;
  font: 600 1.375rem/1.25em "Montserrat";
  margin: 0.85rem 0;
}
@media (max-width: 768px) {
  .case-list li .cont-p .tit {
    margin: 0.5rem 0;
  }
}
.case-list li .cont-p .p {
  color: #666666;
  font: 500 0.875rem/1.8em "Montserrat";
}
.case-list li:nth-child(2n) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  .case-list li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.job-cont1 {
  padding: 0 0 4rem;
}
@media (max-width: 768px) {
  .job-cont1 {
    padding-bottom: 2rem;
  }
}
.job-cont1 .job-a1v1 {
  margin-top: 1.5rem;
}
.job-cont1 .job-a1v1 .job-a1b1 {
  width: 56.8571428571%;
  color: #8A8A8A;
  font: 500 1.3rem/1.3em "Montserrat";
  text-align: justify;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1b1 {
    width: 100%;
    font-size: 1rem;
  }
}
.job-cont1 .job-a1v1 .job-a1b2 {
  width: 38.6428571429%;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.job-cont1 .job-a1v1 .job-a1b2 a {
  border-radius: 3.125rem;
  border: 1px solid #E2E2E2;
  background: rgba(255, 255, 255, 0.4);
  color: #5F83C2;
  font: 500 1.25rem/4.15rem "Montserrat";
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1b2 a {
    font-size: 1rem;
    line-height: 3rem;
  }
}
.job-cont1 .job-a1v1 .job-a1b2 a img {
  width: 1.75rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1b2 a img {
    display: none;
  }
}
.job-cont1 .job-a1v1 .job-a1b2 a p {
  padding: 0 0.5em;
}
.job-cont1 .job-a1v1 .job-a1b2 a i {
  font-size: 1rem;
  font-weight: 600;
  color: #666666;
}

.job-cont2 {
  padding-bottom: 2.8125rem;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding-bottom: 1.5rem;
  }
}
.job-cont2 .job-list li .dt {
  border-bottom: 1px solid #D4D4D4;
  padding: 0.95rem 0;
}
.job-cont2 .job-list li .dt .tit {
  color: #4C4C4C;
  font: 600 1.25rem/1.5em "Montserrat";
}
.job-cont2 .job-list li .dt .tit::before {
  content: "·";
  margin-right: 0.5rem;
}
.job-cont2 .job-list li .dt i {
  color: #231815;
  font: 500 1rem/1.5em "Montserrat";
}
.job-cont2 .job-list li .wehha-job {
  display: none;
  padding: 1rem;
}
.job-cont2 .job-list li .wehha-job .dd i {
  width: 1.25rem;
  margin-right: 0.5rem;
}
.job-cont2 .job-list li .wehha-job .dd i img {
  width: 100%;
}
.job-cont2 .job-list li .wehha-job .dd p {
  color: #727272;
  font: 500 1.25rem/1.5em "Montserrat";
}
.job-cont2 .job-list li .wehha-job .cont .tit {
  color: #727272;
  font: 500 1.25rem/1.5em "Montserrat";
  margin: 0.5rem 0 0.25rem;
}
@media (max-width: 768px) {
  .job-cont2 .job-list li .wehha-job .cont .tit {
    font-size: 1.125rem;
  }
}
.job-cont2 .job-list li .wehha-job .cont .p {
  color: #8A8A8A;
  font: 500 1rem/1.5em "Montserrat";
}
.job-cont2 .job-list li .wehha-job .cont .p p {
  padding-left: 0.75em;
  position: relative;
}
.job-cont2 .job-list li .wehha-job .cont .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.lx-cont1 {
  background: #F5F5F5;
  padding: 0 0 6.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding-bottom: 2rem;
  }
}
.lx-cont1 .lxwm-list1 {
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lxwm-list1 {
    margin-top: 0;
  }
}
.lx-cont1 .lxwm-list1 li {
  width: 31.4285714286%;
  border-radius: 1.125rem;
  border: 1px solid #E8E8E8;
  background: #FFF;
  overflow: hidden;
  padding: 2rem 3%;
}
@media (max-width: 768px) {
  .lx-cont1 .lxwm-list1 li {
    width: 100%;
    margin-top: 1.5rem;
    padding: 1.25rem 5%;
  }
}
.lx-cont1 .lxwm-list1 li .tit {
  color: #4C4C4C;
  font: 700 1.25rem/1.5em "Montserrat";
  border-bottom: 1px solid #DEDDDD;
  position: relative;
  padding-bottom: 0.65rem;
}
.lx-cont1 .lxwm-list1 li .tit::before {
  content: "";
  width: 3em;
  height: 1px;
  background: #5F83C2;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.lx-cont1 .lxwm-list1 li .cont {
  padding-top: 0.75rem;
}
.lx-cont1 .lxwm-list1 li .cont .p1 {
  margin-top: 0.25rem;
}
.lx-cont1 .lxwm-list1 li .cont .p1 i {
  display: block;
  width: 1.25rem;
}
.lx-cont1 .lxwm-list1 li .cont .p1 i img {
  width: 100%;
}
.lx-cont1 .lxwm-list1 li .cont .p1 p {
  color: #8A8A8A;
  font: 500 1rem/1.5em "Montserrat";
  width: -webkit-calc(98% - 1.25rem);
  width: -moz-calc(98% - 1.25rem);
  width: calc(98% - 1.25rem);
}

.lx-cont2 {
  padding: 4.5rem 0;
}
.lx-cont2 .lx-a2v1 .lx-a2b1{
  width: 25%;
}
.lxerma li{
  padding: 1rem;
  border-radius: 1.5rem;
  border: 1px solid #D0D0D0;
  width: 12rem;
  margin-top: 1.5rem;
}
.lxerma li img{
  width: 100%;
}
.lx-cont2 .lx-a2v1 .lx-a2b2{
  width: 65%;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
  .lxerma{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lxerma li{
    margin: 1.5rem 1.5%;width: 40%; border-radius: 0.7rem;
  }
  .lx-cont2 .lx-a2v1 .lx-a2b1{
    width: 100%;
  }
  .lx-cont2 .lx-a2v1 .lx-a2b2{
    width: 100%;
  }
}
.lx-cont2 form {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 0.5rem;
  }
}
.lx-cont2 form .msg-a1 .inpt {
  width: 48%;
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 1rem;
  }
}
.lx-cont2 form .msg-a1 .inpt input {
  width: 100%;
  border: 1px solid #D0D0D0;
  font: 400 1rem/3.75rem "Montserrat";
  border-radius: 3.75rem;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt input {
    line-height: 3.2rem;
  }
}
.lx-cont2 form .msg-a2 {
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a2 {
    margin-top: 1rem;
  }
}
.lx-cont2 form .msg-a2 .inpt textarea {
  width: 100%;
  border: 1px solid #D0D0D0;
  font: 400 1rem/1.5rem "Montserrat";
  border-radius: 1rem;
  padding: 0.75rem 1.5em;
}
.lx-cont2 form .div_aghgha {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha {
    margin-top: 1rem;
  }
}
.lx-cont2 form .div_aghgha button {
  border: none;
}

.cp-cont1 {
  padding: 1rem 0 5.9375rem;
}
@media (max-width: 768px) {
  .cp-cont1 {
    padding: 1rem 0 2rem;
  }
}
.cp-cont1 .cp-a1_list1 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1_list1 {
    margin-top: 1.5rem;
  }
}
.cp-cont1 .cp-a1_list1 li + li {
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1_list1 li + li {
    margin-top: 1rem;
  }
}
.cp-cont1 .cp-a1_list1 li .img {
  width: 47.8571428571%;
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1_list1 li .img {
    width: 100%;
  }
}
.cp-cont1 .cp-a1_list1 li .img img {
  width: 100%;
}
.cp-cont1 .cp-a1_list1 li .text {
  width: 47.8571428571%;
  color: #8A8A8A;
  font: 500 1rem/1.5em "Montserrat";
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1_list1 li .text {
    width: 100%;
    margin-top: 1rem;
  }
}
.cp-cont1 .cp-a1_list1 li:nth-child(2n-1) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1_list1 li:nth-child(2n-1) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.product-list li {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .product-list li {
    padding: 2rem 0;
  }
}
.product-list li .cp-v1 .img {
  width: 50.8571428571%;
}
@media (max-width: 768px) {
  .product-list li .cp-v1 .img {
    width: 100%;
  }
}
.product-list li .cp-v1 .img img {
  width: 100%;
}
.product-list li .cp-v1 .cont-p {
  width: 43.8571428571%;
}
@media (max-width: 768px) {
  .product-list li .cp-v1 .cont-p {
    width: 100%;
  }
}
.product-list li .cp-v1 .cont-p .tit {
  color: #4C4C4C;
  font: 600 1.75rem/1.5em "Montserrat";
}
@media (max-width: 768px) {
  .product-list li .cp-v1 .cont-p .tit {
    font-size: 1.5rem;
  }
}
.product-list li .cp-v1 .cont-p .txt {
  color: #666666;
  font: 400 0.875rem/1.5em "Montserrat";
  padding: 1rem 0;
}
.product-list li .cp-v1 .cont-p a.more-b {
  background: #fff;
}
.product-list li:nth-child(2n-1) {
  background: #F1F1F1;
}
.product-list li:nth-child(2n-1) .cp-v1 .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  .product-list li:nth-child(2n-1) .cp-v1 .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.paggs {
  overflow-x: auto;
}
.paggs table {
  border-color: #E2E2E2;
  min-width: 768px;
}
.paggs table td {
  color: #8A8A8A;
  font: 400 1rem/1.5em "Montserrat";
}

.cpa2_v1 {
  border-top: 1px solid #D8D8D8;
  padding-bottom: 3.375rem;
}
@media (max-width: 768px) {
  .cpa2_v1 {
    padding-bottom: 1.5rem;
  }
}
.cpa2_v1 .p {
  color: #666666;
  font: 400 0.875rem/1.5em "Montserrat";
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cpa2_v1 .p {
    margin-top: 0.25rem;
  }
}
.cpa2_v1 .product-lista1 li {
  width: 47.8571428571%;
}
@media (max-width: 768px) {
  .cpa2_v1 .product-lista1 li {
    width: 100%;
  }
}
.cpa2_v1 .product-lista1 li i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cpa2_v1 .product-lista1 li i img {
  width: 100%;
}
.cpa2_v1 .product-lista1 li .wenata .tit {
  background: #5F83C2;
  text-align: center;
  color: #fff;
  font: 500 1.375rem/1.5em "Montserrat";
  padding: 0.65rem 0;
}
@media (max-width: 768px) {
  .cpa2_v1 .product-lista1 li .wenata .tit {
    font-size: 1.25rem;
  }
}
.cpa2_v1 .product-lista1 li .wenata .paggs table {
  border-left: none;
  border-right: none;
  min-width: inherit;
}
.cpa2_v1 .product-lista1 li .wenata .paggs table tr:nth-child(1) td {
  color: #4C4C4C;
  font: 500 1rem/1.25em "Montserrat";
  border-bottom: 1px solid #5F83C2;
}
.cpa2_v1 .product-lista1 li .wenata .paggs table td {
  color: #8A8A8A;
  font: 500 1rem/1.25em "Montserrat";
  text-align: center;
  vertical-align: middle;
  border-left: none;
  border-right: none;
}

.pro-show-cont1 {
  position: relative;
  border-top: 1px solid rgba(35, 24, 21, 0.2);
}
.pro-show-cont1::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background: #F1F1F1;
  width: 53.4375%;
  height: 100%;
}
@media (max-width: 768px) {
  .pro-show-cont1::after {
    display: none;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 40.1428571429%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .contp {
  width: 100%;
  top: 57%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .contp .tit1 {
  text-align: center;
  font: 600 2rem/1.25em "Montserrat";
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .contp .tit1 {
    font-size: 1.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .contp .jasd {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .contp .jasd {
    margin-top: 1.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .contp .jasd li {
  text-align: center;
  color: #fff;
  font: 500 0.875rem/1.5rem "Montserrat";
  background: #5F83C2;
  padding: 0.5rem 1em;
  border-radius: 2rem;
  margin-top: 1rem;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 46%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p {
  width: 47.9813664596%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p .name {
  color: #4C4C4C;
  font: 600 1.5rem/1.3em "Montserrat";
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p .name {
    font-size: 1.25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p .text {
  color: #8A8A8A;
  font: 500 1rem/1.5em "Montserrat";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p .text {
    margin-top: 0.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p a.more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .cont-p a.more-b {
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .img {
  width: 44.5652173913%;
  overflow: inherit;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .img {
    width: 50%;
    margin: 0 auto;
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .img img {
  width: 100%;
}

.pro-show-cont2 {
  padding-top: 4.5625rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    padding-top: 0;
  }
}

.pro-show-ab1 .pro-a1b1_list li {
  width: 47.8571428571%;
  padding-top: 2rem;
}
.pro-show-ab1 .pro-a1b1_list li .img {
  display: block;
  font-size: 0;
  overflow: hidden;
  border-radius: 1rem;
  padding-bottom: 58.5074626866%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.pro-show-ab1 .pro-a1b1_list li .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pro-show-ab1 .pro-a1b1_list li .img img {
  width: 100%;
}

.pro-show-ab2 {
  padding: 3rem 0 5.25rem;
}
@media (max-width: 768px) {
  .pro-show-ab2 {
    padding: 2rem 0;
  }
}
.pro-show-ab2 .tit {
  color: #4C4C4C;
  font: 700 1.75rem/1.2em "Montserrat";
}
@media (max-width: 768px) {
  .pro-show-ab2 .tit {
    font-size: 1.5rem;
  }
}
.pro-show-ab2 .paggs {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-ab2 .paggs {
    margin-top: 1.15rem;
  }
}
.pro-show-ab2 .paggs table {
  border-left: none;
  border-right: none;
}
.pro-show-ab2 .paggs table tr:nth-child(1) {
  background: #5F83C2 !important;
}
.pro-show-ab2 .paggs table tr:nth-child(1) td {
  color: #fff;
}
.pro-show-ab2 .paggs table tr:nth-child(2) {
  background: #5F83C2 !important;
}
.pro-show-ab2 .paggs table tr:nth-child(2) td {
  text-align: center !important;
  color: #fff;
}
.pro-show-ab2 .paggs table tr td {
  vertical-align: middle;
  color: #8A8A8A;
  font: 500 1rem/1.25em "Montserrat";
  text-align: center;
}
.pro-show-ab2 .paggs table tr td:last-child {
  text-align: left;
  border-right: none;
  padding-left: 1.5rem;
}
.pro-show-ab2 .paggs table tr td:first-child {
  text-align: left;
  border-left: none;
  padding-left: 1.5rem;
}
.pro-show-ab2 .paggs table tr:nth-child(2n) {
  background: #F9F9F9;
}

.cp-ny8 .nbanner .nbanner-wen1 .banner-cont .p1 {
  color: #4C4C4C;
}
.cp-ny8 .nbanner .nbanner-wen1 .banner-cont .p2 {
  color: #8A8A8A;
}
.cp-ny8 .nbanner::after {
  display: none;
}

.ash {
  visibility: hidden;
}

.pro-show-cont4 {
  position: relative;
  border-top: 1px solid rgba(35, 24, 21, 0.2);
  background: #F1F1F1;
}
.pro-show-cont4 .pro-show-a1v1 {
  padding: 4rem 0 9.6875rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a1v1 {
    padding: 0 0 2rem;
  }
}
.pro-show-cont4 .pro-show-a1v1 .pro-show-a1b1 {
  width: 46.5714285714%;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1rem;
  }
}
.pro-show-cont4 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  color: #4C4C4C;
  font: 700 3.125rem/1.1em "Montserrat";
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.5rem;
  }
}
.pro-show-cont4 .pro-show-a1v1 .pro-show-a1b1 .txt {
  color: #8A8A8A;
  font: 400 1rem/1.5em "Montserrat";
  margin: 1rem 0 1.5rem;
}
.pro-show-cont4 .pro-show-a1v1 .pro-show-a1b1 .moreas a + a {
  margin-left: 1rem;
}
.pro-show-cont4 .pro-show-a1v1 .img_tup {
  width: 50.0714285714%;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont4 .pro-show-a1v1 .img_tup img {
  width: 100%;
}

.pro-show-cont5 {
  padding: 3.25rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont5 {
    padding: 2rem 0;
  }
}
.pro-show-cont5 .tit {
  color: #4C4C4C;
  font: 700 1.75rem/1.2em "Montserrat";
}
@media (max-width: 768px) {
  .pro-show-cont5 .tit {
    font-size: 1.5rem;
  }
}
.pro-show-cont5 .paggs {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont5 .paggs {
    margin-top: 1.15rem;
  }
}
.pro-show-cont5 .paggs table tr:nth-child(2n-1) {
  background: #F9F9F9;
}
.pro-show-cont5 .paggs table tr td {
  padding-left: 15%;
}
@media (max-width: 768px) {
  .pro-show-cont5 .paggs table tr td {
    padding: 0.75rem;
  }
}
.pro-show-cont5 .paggs table tr td:nth-child(1) {
  width: 25%;
  padding-left: 3%;
}
@media (max-width: 768px) {
  .pro-show-cont5 .paggs table tr td:nth-child(1) {
    padding: 0.75rem;
  }
}

.page-loading {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  overflow: hidden;
}
.page-loading .wejja {
  width: 12.5rem;
}
.page-loading .wejja img {
  width: 100%;
}

/* cookies */
.cookic_fix {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 312px;
  padding: 0 0;
  margin-bottom: 24px;
  margin-right: 32px;
  border-radius: 20px;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
  z-index: 999;
}

.cookic_fix .tit {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.41;
  font-weight: 700;
  padding: 24px 24px 0;
}

.cookic_fix .tit i {
  font-size: 1rem;
  cursor: pointer;
}

.cookic_fix .text {
  margin-top: 8px;
  -ms-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  line-height: 1.33;
  color: black;
  text-transform: none;
  padding: 0 24px 24px;
}

.cookic_fix .buttona {
  width: 100%;
  border-top: 1px solid #ddd;
}

.cookic_fix .buttona .more {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
  cursor: pointer;
}

.cookic_fix .buttona .more:nth-child(1) {
  width: 27.5%;
}

.cookic_fix .buttona .more:nth-child(2) {
  width: 27.5%;
}

.cookic_fix .buttona .more:nth-child(3) {
  width: 45%;
}

.cookic_fix .buttona .more + .more {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* end */